home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 June: Reference Library / Dev.CD Jun 99 RL Disk 1.toast / What's New / Development Kits / Mac_OS_USB_DDK_v1.2 / Examples / USBModem / ShimSerialStub.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-04-15  |  587 b   |  29 lines  |  [TEXT/CWIE]

  1. /*
  2.     File:        ShimSerialStub.h
  3.  
  4.     Contains:    Definitions for the serial shim interface
  5.  
  6.     Version:    xxx put version here xxx
  7.  
  8.  
  9.  
  10.  
  11. */
  12.  
  13. #ifndef    _SHIMSERIALSTUB_
  14. #define    _SHIMSERIALSTUB_
  15.  
  16. /********************************************************************************************/
  17. //
  18. //    Prototypes
  19. //
  20. /********************************************************************************************/
  21.  
  22. OSErr     InstallShimDrvr(CFragConnectionID ConnID);
  23. OSErr     RemoveShimDrvr(Boolean forceFlag);
  24. OSErr     LoadShim(void);
  25. OSErr     UnLoadShim(void);
  26. void     ShimIOComplete(ParmBlkPtr pb, OSErr result);
  27.  
  28. #endif
  29.